TimeInterval(T, TimeSpan) constructor¶
Defined in
Type: TimeIntervalSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public TimeInterval(T value, TimeSpan interval)
Summary: Constructs a time interval value.
Parameters
| Name | Type | Description |
|---|---|---|
value | T | The value to be annotated with a time interval. |
interval | TimeSpan | Time interval associated with the value. |